home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / go32 / ed / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-27  |  80 b   |  4 lines

  1. extern int can_longjmp;
  2. extern jmp_buf debugger_jmpbuf;
  3. void debugger(void);
  4.